home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <!DOCTYPE dialog [
- <!ENTITY % flashgot SYSTEM "chrome://flashgot/locale/flashgot.dtd" >
- %flashgot;
- <!ENTITY % flashgotFB SYSTEM "chrome://flashgot/content/en-US/flashgot.dtd" >
- %flashgotFB;
- ]
- >
- <dialog id="FGfolderChooser"
- onload="Chooser.init()"
- ondialogaccept="Chooser.accept()"
- ondialogcancel="Chooser.cancel()"
- title="FlashGot"
- buttons="accept,cancel"
- spacerflex="1"
- persist="screenX screenY"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="flashgotCommon.js" />
- <script type="application/x-javascript" src="chooser.js" />
- <vbox>
- <label id="destLabel" value="Destination Folder" class="header" />
- <hbox>
- <textbox id="dest" minwidth="400" maxwidth="600" onchange="Chooser.folderChanged(this)" value="" />
- <button id="browse" oncommand="Chooser.browse()" label="&flashgotBrowse;" />
- </hbox>
- </vbox>
- </dialog>